home *** CD-ROM | disk | FTP | other *** search
- global presp
-
- on exitFrame
- set tmpflg to 0
- repeat with tmpsp = 4 to 9
- if rollOver(tmpsp) then
- set tmpflg to 1
- set the visible of sprite tmpsp to 1
- set presp to tmpsp
- set the visible of sprite 10 to 1
- go(label("R") + tmpsp - 4)
- exit repeat
- end if
- end repeat
- if tmpflg = 0 then
- mvisiblechk(3, 4, 0)
- cursor(-1)
- go("NUTE")
- else
- go(the frame)
- end if
- end
-